Interface org.omg.CORBA.Repository
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface org.omg.CORBA.Repository

public interface Repository
extends Object
extends Object, Container
Repository is an interface that provides global access to the Interface Repository. Repository objects can contain constants,typedefs, exceptions, interfaces, and modules.

Method Index

 o create_array(int, IDLType)
 o create_sequence(int, IDLType)
 o create_string(int)
 o get_primitive(PrimitiveKind)
 o lookup_id(String)

Methods

 o lookup_id
  public abstract Contained lookup_id(String search_id)
 o get_primitive
  public abstract PrimitiveDef get_primitive(PrimitiveKind kind)
 o create_string
  public abstract StringDef create_string(int bound)
 o create_sequence
  public abstract SequenceDef create_sequence(int bound,
                                              IDLType element_type)
 o create_array
  public abstract ArrayDef create_array(int length,
                                        IDLType element_type)

All Packages  Class Hierarchy  This Package  Previous  Next  Index